home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Programming / TestHandler / TestHandler.readme < prev    next >
Encoding:
Text File  |  2001-05-31  |  1.3 KB  |  20 lines

  1. Short:    Mount a task as a device for debugging
  2. Author:   damo_rules@yahoo.com (Damien Stewart)
  3. Uploader: damo_rules@yahoo.com (Damien Stewart)
  4. Type:     dev/debug
  5.  
  6. You're either one of two people. The person writing that simple device handler or the 
  7. person writing a full blown file system. Which ever you are, you're going to face a 
  8. problem possibly worse than the actual coding of the handler itself, testing it in a real 
  9. world situation. Forgetting that for a moment, testing the code at all. As you know, 
  10. similar to a library or a device their is not an easy no standard way of testing a device 
  11. handler in a debugger and single stepping through it. That is, until now. I recently faced 
  12. this same problem, and so started searching for programs that would help. I found none. 
  13. So then I started searching for solutions to the problem, experimented with my ideas and 
  14. came up with this program. Which really works! I have written a program that will allow 
  15. you to load your code into your usual debbuger and handle the other task, dos packets. 
  16. You can happily debug away on your handler and communicate with it normally as you 
  17. would with dos as TestHandler will automatically take care of this set up for you. Now out 
  18. can get a grip, get on with the job, and not worry about putting fiddly in-line messages in 
  19. your handler and coding blind.
  20.